/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2212                                  |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    arch        "LSB;label=32;scalar=64";
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

5
(
    sides
    {
        type            empty;
        nFaces          50476;
        startFace       49912;
    }
    inlet
    {
        type            patch;
        nFaces          56;
        startFace       100388;
    }
    outlet
    {
        type            patch;
        nFaces          56;
        startFace       100444;
    }
    ground
    {
        type            wall;
        nFaces          564;
        startFace       100500;
    }
    top
    {
        type            patch;
        nFaces          452;
        startFace       101064;
    }
)

// ************************************************************************* //
